Adwaita: fix a typo
authorLapo Calamandrei <calamandrei@gmail.com>
Mon, 16 Jun 2014 15:14:20 +0000 (17:14 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Mon, 16 Jun 2014 15:14:20 +0000 (17:14 +0200)
gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index 93254f9fc1007b7916ba13864d43554ca3b82066..b438e0f44b8b6d53793f0df836faec518b48a79d 100644 (file)
@@ -1683,7 +1683,7 @@ GtkPaned {
   margin: 0 8px 8px 0; //drag area of the separator
   &:dir(rtl) {
     margin-right: 0;
-    margin-left: 8x;
+    margin-left: 8px;
   }
 }
 
index 225b33a1632c214ede03eeecb26367c5d9ef0698..dc962401d45752899676600947ca805347bafff5 100644 (file)
@@ -2191,7 +2191,7 @@ GtkPaned {
   margin: 0 8px 8px 0; }
   GtkPaned:dir(rtl) {
     margin-right: 0;
-    margin-left: 8x; }
+    margin-left: 8px; }
 
 .pane-separator {
   background-image: linear-gradient(to bottom, #1c1f1f); }
index 4589238958c7341eb4c13039d5eb4fb25bce954c..c1729904836eeb9b54975b8bc540f0b72190cdb4 100644 (file)
@@ -2189,7 +2189,7 @@ GtkPaned {
   margin: 0 8px 8px 0; }
   GtkPaned:dir(rtl) {
     margin-right: 0;
-    margin-left: 8x; }
+    margin-left: 8px; }
 
 .pane-separator {
   background-image: linear-gradient(to bottom, #a1a1a1); }